Welcome![Sign In][Sign Up]
Location:
Search - openssl vc

Search list

[Crack Hackauth-ssl

Description: Openssl的SSL证书认证程序,也是用VC写的。已通过测试。-Openssl SSL certificate authentication procedures, as well as with VC writes. Have passed the tests.
Platform: | Size: 16296 | Author: 王尔德 | Hits:

[Web ServerTestGSOAP_SSL

Description: 一个基于OpenSSL的VC程序Http/Https程序,大家可以学习一下。
Platform: | Size: 239822 | Author: zhang | Hits:

[Crack Hackreq

Description: openssl中req程序的VC实现-openssl which req procedures VC
Platform: | Size: 29451 | Author: 陈小峰 | Hits:

[CA authca

Description: 本软件包将每个openssl的apps程序做成一个可直接运行调试的VC Console 类型应用程序,方便研究和运用openssl的朋友,避免了openssl在windows下的编译问题,并且因为可以在VC环境下进行调试,使得对openssl的各个应用程序的流程更容易理解,这对openssl初学者尤其方便。希望大家多提意见。
Platform: | Size: 43829 | Author: fangyingju | Hits:

[CA authMsvc097

Description: openssl的VC工程
Platform: | Size: 856377 | Author: qingl6@gmail.com | Hits:

[Crack HackRSAExample

Description: 使用OPENSSL进行 RSA加密解密例子-The use of OpenSSL for RSA encryption and decryption examples
Platform: | Size: 11264 | Author: 刘耀荣 | Hits:

[OpenGL program123

Description: openssl的要种资料 openssl的要种资料-vc++ dongxi xuyao renzhengvc++ dongxi xuyao renzhengvc++ dongxi xuyao renzheng
Platform: | Size: 74752 | Author: 方格拉 | Hits:

[Crack Hacksign

Description: 本软件包将每个openssl的apps程序做成一个可直接运行调试的VC Console 类型应用程序,方便研究和运用openssl的朋友,避免了openssl在windows下的编译问题,并且因为可以在VC环境下进行调试,使得对openssl的各个应用程序的流程更容易理解,这对openssl初学者尤其方便。-The openssl package of apps for each procedure can run into a VC Console type debugging applications, to facilitate research and the use of openssl friends, avoided in openssl compile under windows, and because they can in the VC environment debugging, making all of the openssl application process easier to understand, which is especially convenient for beginners openssl.
Platform: | Size: 30720 | Author: yyc | Hits:

[Crack HackEncryptDectyptTool_Src

Description: 写了一个文件加解密工具(VC9+OPENSSL) CA程序: 生成2个RSA密钥对,分别保存为PEM格式,密码保护私钥,文件名为“RSAPrivateKey.pem”和“RSAPublicKey.pem”。 加密: 将指定明文文件加密,密文件格式自已定义,要求文件内容用对称算法(3des)加密,对称密钥(KEY)为随机生成,随机密钥用“RSAPrivateKey.pem”的公钥加密后,存放在密文文件头内(KEY1);对明文文件做摘要计算(HASH),将计算结果用“RSAPublicKey.pem”的私钥加密后(SIGN),放到密文文件头内;文件头内有明文的原始长度信息。 解密: 将密文文件解密成明文文件,流程与加密相反,先用“RSAPrivateKey.pem”私钥解密(KEY1)数据,得出随机密钥(KEY);用随机密钥对密文解密,得到明文文件;对明文文件进行摘要计算,得出HASH1;用“RSAPublicKey.pem”公钥解密SIGN,得出HASH2;HASH1与HASH2做对比,相同表示解密成功,不同表示解密失败。 密文文件头内可以保存原始加密人的信息以及解密人的信息,这样可以快速判断解密者是否有权限解密该密文文件,如果有权限则进行解密过程,否则直接提示没有权限解密。 -To write a file encryption and decryption tool (VC9+ OPENSSL) CA procedures: Generates two RSA key pairs, respectively, save for the PEM format, password-protected private key, the file named "RSAPrivateKey.pem" and "RSAPublicKey.pem". Encryption: The specified plaintext file encryption, secret self-definition file formats require the document to use symmetric algorithms (3des) encryption, symmetric key (KEY) is randomly generated, random key to use "RSAPrivateKey.pem" public key encryption, stored in the ciphertext header inside (KEY1) summary of the calculation of the plaintext file to do (HASH), the calculation results with the "RSAPublicKey.pem" private key encryption (SIGN), into ciphertext in the file header file header if there is express The original length of the message. Decryption: Decrypt the ciphertext into a plaintext file documents, processes and encrypt the contrary, the first to use "RSAPrivateKey.pem" decrypt the private key (KEY1) data, derived random k
Platform: | Size: 1097728 | Author: 张希行 | Hits:

[Windows DevelopCA_SYSTEM

Description: 证书制作和申请 包括证书的吊销 在Openssl环境下VC开发的-Certificate of production and application, including the suspension of the certificate under the VC environment in Openssl development
Platform: | Size: 12609536 | Author: 张国超 | Hits:

[CommunicationOpenSSL_study

Description: 包含多个OpenSSL实例,可以让初学者很快掌握有关OpenSSL加密,解密,签名,认证函数的使用,VC++ 6.0平台-OpenSSL_study.rar contains multiple instances, allowing beginners to quickly master the use of the functions about OpenSSL encryption, decryption, signature and authentication , VC++ 6.0 Platform
Platform: | Size: 1673216 | Author: wsf | Hits:

[Program docVC.OpenSSL

Description: 在VC中编译和使用OpenSSL,对用在编程中想使用加解密的同志很有用哦。-Compile and use OpenSSL in VC
Platform: | Size: 3072 | Author: 简子刚 | Hits:

[CA authEVP_Digest

Description: 利用vc的开发环境,使用openssl协议提供的库实现了消息摘要的生成和验证-Vc development environment by using the openssl library implements protocol provides message digest generation and verification
Platform: | Size: 1603584 | Author: kevinjames | Hits:

[Crack HackMSVC

Description: 这两天为openssl-1.0.0e制作的VC工程,除DGST和ocsp不能单独生成文件(编译时报错找不到符号,不用理会)外,基本上可生成所有其他的文件。具体列表如下:-VC project for openssl-1.0.0e
Platform: | Size: 742400 | Author: hello_hi_hi | Hits:

[Crack HackMsvc097

Description: 基于openssl的VC编译工程,已经能成功编译及调用大部分OPENSSL的接口-Openssl compiled based on the VC project has been successfully compiled and called most of the interface OPENSSL
Platform: | Size: 859136 | Author: 陈雷 | Hits:

[Crack HackBase64

Description: 利用openssl源码对文本文件内容实现base64编码和解码,利用c语言实现,VC平台-implement base64 encode and decode by using openssl
Platform: | Size: 166912 | Author: soul | Hits:

[GUI DevelopOpenSSL--Client

Description: VC++ 基于OpenSSL协议的通信界面的开发,包含全部的界面编程,演示。-VC++ based on the development of the OpenSSL protocol communication interface that contains all of the programming interface, demonstration.
Platform: | Size: 6397952 | Author: maoyu | Hits:

[OS programssl

Description: windows下openssl编程实用类 CLenString 带长度的字符串类 CSSLUtil 加解密工具类-OpenSSL utilities for VC programing CLenString: String utility with length info. CSSLUtil: Utility for encrypt/decrypt
Platform: | Size: 5120 | Author: 厦雨雪 | Hits:

[Internet-NetworkOpenSSL

Description: 简单实现openssl的网络通信 VC++环境下开发-Simple implementation the openssl network communication VC++ of environmental development
Platform: | Size: 1470464 | Author: zwh | Hits:

[ActiveX/DCOM/ATLsrc

Description: vc写的断点续传源码+openssl编译好的库 两个随便用吧-vc used to write the HTTP source+openssl compiled library two casually
Platform: | Size: 690176 | Author: 大崔 | Hits:
« 1 23 »

CodeBus www.codebus.net